runtime.g.selectDone (field)

3 uses

	runtime (current package)
		chan.go#L789: 		if sgp.isSelect && !atomic.Cas(&sgp.g.selectDone, 0, 1) {
		runtime2.go#L488: 	selectDone     uint32         // are we participating in a select and did someone win the race?
		select.go#L333: 	gp.selectDone = 0